home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Utilities / DataKeeper / DataKeeper.app / script_df < prev   
Encoding:
Text File  |  1992-08-06  |  201 b   |  11 lines

  1. BEGIN   {
  2.         getline;
  3.                 }
  4.         {
  5.                 if (! index( $1, ":" ) ) {      
  6.                 printf "%s %d %s\n", $1, $3, $6;
  7.                 }
  8.         }
  9. END     {
  10.         }
  11.